www.gusucode.com > 落叶冰点万能企业网站内容管理系统 V9.1 > 落叶冰点万能企业网站内容管理系统 V9.1\code\admin\D_upfile_nth.asp

    <%


'**************************************************************
' 新动软网站管理系统
' 官方网站: http://www.aspcpu.com
' 系统作者: 阮丁远(网名:天下程序)
' Copyright 新动软网站管理系统 版权所有
'**************************************************************


%>

<%

dir_set="../"


%>





<!--#include file=../inc/conn.asp-->


<!--#include file=inc/checkadmin1.asp-->


<%

Server.ScriptTimeout = 99999

%>

<LINK href="css.css" type=text/css rel=stylesheet>


<table cellspacing="0" cellpadding="0" border="0">
            <form action="D_do_upfile_nth.asp" method="post" enctype="multipart/form-data" name="myform">
                <tr valign="top">
                  <td width="556" align="left" valign="top" nowrap="nowrap"><input type="file" size="50" name="file1" /> <input type="submit" name="Submit" value="开始上传" /></td>
                </tr>
                <tr valign="top">
                    <td class="TableRow1" valign="top" colspan="4">
					允许上传的文件类型:<%=D_u_AllowFileExt%>  大小:<font color="#ff0000"><strong><%=CStr(D_u_AllowFilesize/1024)%></strong></font>&nbsp;KB</td>
                </tr>
            </form>
        </table>